home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / 3d & render tools / xpgs-2.5 / intro < prev    next >
Encoding:
Text File  |  1996-07-16  |  7.8 KB  |  212 lines

  1.  
  2.  
  3. This is xpgs 2.5 - a suite of programs to design, generate and animate
  4. Single-Image Random Dots Stereograms (SIRDS) for the X Window System, and
  5. output Single-Image Stereograms (SIS) or autostereograms in a variety of
  6. formats.
  7.  
  8. There have been a deluge of dotty poster on sale in your high street shops
  9. (or shopping malls). This is a 'freeware' distribution that produces such
  10. images and is written to run using X11R6/5/4 (or even X11R3) graphics on any
  11. computer with an ANSI C compiler and Xlib.
  12.  
  13. Below is a history of the current and previous versions of this package.
  14.  
  15. xpgs-2.5 (16/11/94)
  16. ========
  17. The main innovation is a new SIRDS algorithm which has correct geometric
  18. perspective (that is, in both the horizontal and vertical directions)
  19. unlike other published ones such as Thimbleby et al's. The new method
  20. requires two z-buffers but memory requirements have been reduced (at the
  21. loss of some speed via repetition of certain routines).
  22.  
  23. Other significant improvements include a revamp of the scene setter (almost
  24. like a wireframe modeller) and colour smoothing in making SIS.
  25.  
  26. The xss format is different from the one defined in xpgs-2.0b. Xss can read
  27. the old xss files but writes out the new type only. You can easily tell
  28. which type xss files are by reading the first line.
  29.  
  30. The routines in polyh.c now support an environment variable or (logical in
  31. VMS speak) XPGS_DIR to contain the directory to find polyh files. If a polyh
  32. file referred to either on the command line or in an xss file can't be found
  33. in the current directory then the loading routine will look in the directory
  34. pointed to by XPGS_DIR.
  35.  
  36. Builtins can be loaded in xss. These include the presets
  37.    triangle, square, box, cylinder, cone, torus, sphere & spring
  38. and the primitives
  39.    polygon(), pyramid(), prism() & spiral()
  40. which need parameters.
  41.  
  42. Raw pgm and ppm files are now supported. PGS files are scraped because they
  43. were too limiting.
  44.  
  45. xss:
  46.    Changed the interface. Two projection schemes - third angle and
  47.    perspective. Mouse support includes click and drag on control panel
  48.    especially with the cursor pad (the small window with the squares in it)
  49.    where circles appear to help indicate the magnitude of the applied
  50.    transformation - such as rotation. The THIRD mouse button (usually the
  51.    right one) and the shift keys increases effects fivefold.
  52.  
  53.    There are dialogue boxes which appear for file operations. These support
  54.    arrow keys and emacs type editing keys and the mouse can be used to move
  55.    the cursor.
  56.  
  57.    To speed up drawing there is a bounding box toggle to draw only the
  58.    bounding box of the current object.
  59.  
  60. sisgen:
  61.    This is the equivalent of pgs2ppm but allows both xss and p?m files
  62.    for input, the numerous options include different smoothing and tiling
  63.    methods for SIS generation.
  64.  
  65.    Also does SIRDS with three different colouring options for b&w,
  66.    grey-scale and colour random tiles.
  67.  
  68. mkpolyh:
  69.    A program for you to change to make polygonal nets of functions
  70.    z = f(x,y).
  71.  
  72. xpgs:
  73.    A little friendly than the old version. Not much changed on the surface.
  74.  
  75. cvtoppm:
  76.    Equivalent of cvtopgs, but we are using p?m depth maps now.
  77.    Does polyh, xss and rle to p?m conversions.
  78.  
  79. Actually the standard free paint packages such as XPaint are not very useful
  80. for editing continuous colour images. There is room for someone to write
  81. some free tools to do gradient fills, colour filters, colour washes, shade
  82. manipulations and other things handy for changing depth maps.
  83.  
  84. vpgs:
  85.    Inputs p?m depth maps now.
  86.  
  87. cvtopolyh:
  88.    More or less unchanged.
  89.  
  90.  
  91. xpgs-2.0 (14/2/94)
  92. ========
  93. Changes since last version (1.8):
  94.  
  95. xpgs - A new density option for random dots. Multiple objects can
  96.        used to make a SIRDS using the xss format (more on this later).
  97.        A compile-time option to use XImages instead of Pixmaps to
  98.        animate SIRDS.
  99.  
  100. vpgs - No major changes apart from the density option.
  101.  
  102. cvtopolyh - Renamed from 3dtopolyh, debugged a little.
  103.        Now includes a check for redundant vertex points.
  104.  
  105. xss -  A new program. It is an interactive scene setter which lets you
  106.        manipulate 3D objects for use in xpgs. It also defines the
  107.        axis that xpgs rotates objects about. The resultant scene can be
  108.        saved in a xss file.
  109.  
  110. pgs2ppm - Another new program to let you create colour SISs using
  111.        data saved in the pgs format from xpgs. On Unix machines,
  112.        it allows the result to be piped to xv for viewing, converting
  113.        and saving.
  114.  
  115. cvtopgs - The final new utility which lets you convert pgs files to/from 
  116.        pgm files (the portable bitmap formats). Resizing either kind
  117.        of files is permissible too.
  118.  
  119. Overall, there is more flexibility. Image outputs are configurable in
  120. size. Both PS and pgs outputs can depict scenes as large as memory permits.
  121. The Postscript output can also be in grey scale with specified density.
  122. The SIRDS algorithm has been tweaked again to run faster on "lower" machines,
  123. there is a compile-time option to choose whether you use the old or new
  124. hidden surface algorithms.
  125.  
  126.  
  127. xpgs-1.8 (26/11/93 & 22/12/93)
  128. ========
  129. This suite of programs is an updated version of xps with various
  130. improvements and changes:
  131.  
  132. * The new name xpgs is to avoid confusion with an ancient program
  133.  called xps.
  134.  
  135. * Faster filling algorithm for z buffer.
  136.  
  137. * The aforementioned compressed save.
  138.  
  139. * A new viewer program (vpgs) to look at saved frames or RLE files.
  140.  
  141. * An implementation of the algorithm given by Thimbleby, Inglis & Witten
  142.  in their paper "Displaying 3D Images: Algorithms for SIRDS" (see also
  143.  a recent issue of the New Scientist).
  144.  An improvement is made on their routine with a proper hidden surface
  145.  removal routine.
  146.  
  147. * A SHIMMER mode to aid newbies at viewing SIRDS.
  148.  
  149. * A utility (3dtopolyh) to convert various 3D formats.
  150.  
  151.  
  152. xps-1.0 (15/7/93)
  153. =======
  154.  
  155. xps - a program to generate and output SIRDS of objects
  156.       defined by polygon faces, the display is an X windows.
  157.  
  158.       It animates the object rotating about a randomly-
  159.       chosen axis by making and storing frames of pixmaps.
  160.       Any frame can be save in either XBitMap or PostScript
  161.       format.
  162.  
  163.  
  164. Distribution
  165. ============
  166. This suite of programs will be put onto alt.sources in a shar'd form.
  167.  
  168. You can get it by anon ftp from:
  169.  
  170.  ftp://katz.anu.edu.au/pub/stereograms/programs/X (150.203.7.91)
  171.    main SIRDS archive
  172.  ftp://hpux.csc.liv.ac.uk/hpux9/X11R5/Graphics (138.253.42.172)
  173.    HP-UX archive and its mirrors:
  174.      hpux.ask.uni-karlsruhe.de (129.13.200.57)
  175.      hpux.cae.wisc.edu         (144.92.4.62)
  176.      hpux.cict.fr              (192.70.79.53)
  177.      hpux.ced.tudelft.nl       (130.161.140.100)
  178. and
  179.  ftp://avalon.vislab.navy.mil/pub/utils/xpgs (129.131.31.225)
  180.    main repository of 3D objects, associated programs and information
  181.  
  182. Further information and resources:
  183. ==================================
  184.  
  185.   The main SIRDS archive is katz (address above), this holds lots of
  186.   pictures, programs, the alt.3d SIRDS FAQ and a paper on SIRDS.
  187.  
  188.   Also, with popularity of the WWW, there are now many SIRDS web pages. The
  189.   pages maintained by the author are at
  190.      http://h2.ph.man.ac.uk/gareth/sirds.html
  191.   which holds a copy of the FAQ, a gallery of SIRDS and SIS produced using
  192.   programs written by Gareth Richards (responsible for SIRDSAni for PCs) and
  193.   me (xpgs), a short article on autostereograms (including an explanation of
  194.   the algorithms for making SIRDS) and many links to other SIRDS pages
  195.   throughout the world.
  196.  
  197.  
  198. IMPORTANT NOTICE
  199. ================
  200.   I would like to thank Max Calvani for being a guinea pig and testing this
  201.   release (2.5) of xpgs. Also thanks goes to Luke Hutchison for his
  202.   suggestions and new ideas on SIRDS algorithms.
  203.  
  204.   Any feedback, reactions, suggestions, hacks, contributions, constructive
  205.   criticisms, donations of large amounts of money, etc. would be most
  206.   welcomed.
  207.  
  208.   Send your responses to
  209.  
  210.   Peter Chang - peterc@a3.ph.man.ac.uk
  211.  
  212.